home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / resources.pak / Unnamed File 000147.txt < prev    next >
Text File  |  2013-04-03  |  2KB  |  115 lines

  1. /* https://github.com/bgrins/spectrum */
  2. .spectrum-container {
  3.     position: absolute;
  4.     top: 0;
  5.     left: 0;
  6.     display: inline-block;
  7.     background: rgba(230, 230, 230, 1) !important;
  8.     border: 1px solid #646464;
  9.     padding: 10px;
  10.     width: 220px;
  11.     z-index: 10;
  12.     -webkit-user-select: none;
  13. }
  14.  
  15. .spectrum-top {
  16.     position: relative;
  17.     width: 100%;
  18.     display: inline-block;
  19. }
  20.  
  21. .spectrum-color {
  22.     position: absolute;
  23.     top: 0;
  24.     left: 0;
  25.     bottom: 0;
  26.     right: 40px;
  27. }
  28.  
  29. .spectrum-display-value {
  30.     -webkit-user-select: text;
  31.     position: relative;
  32.     left: 2px;
  33.     top: -6px;
  34. }
  35.  
  36. .spectrum-hue {
  37.     position: absolute;
  38.     top: 0;
  39.     right: 0;
  40.     bottom: 0;
  41.     left: 170px;
  42.     -webkit-box-reflect: right -28px;
  43. }
  44.  
  45. .spectrum-fill {
  46.     /* Same as spectrum-color width to force aspect ratio. */
  47.     margin-top: 150px;
  48. }
  49.  
  50. .spectrum-range-container {
  51.     position: relative;
  52.     padding-bottom: 5px;
  53. }
  54.  
  55. .spectrum-range-container * {
  56.     font-size: 11px;
  57.     vertical-align: middle;
  58. }
  59.  
  60. .spectrum-range-container label {
  61.     display: inline-block;
  62.     padding-right: 4px;
  63. }
  64.  
  65. .spectrum-range-container input {
  66.     position: absolute;
  67.     left: 15px;
  68.     right: 40px;
  69.     margin: 3px 0 0 0;
  70. }
  71.  
  72. .spectrum-dragger, .spectrum-slider {
  73.     -webkit-user-select: none;
  74. }
  75.  
  76. .spectrum-sat {
  77.     background-image: -webkit-linear-gradient(left, white, rgba(204, 154, 129, 0));
  78. }
  79.  
  80. .spectrum-val {
  81.     background-image: -webkit-linear-gradient(bottom, black, rgba(204, 154, 129, 0));
  82. }
  83.  
  84. .spectrum-hue {
  85.     background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  86. }
  87.  
  88. .spectrum-dragger {
  89.     border-radius: 5px;
  90.     height: 5px;
  91.     width: 5px;
  92.     border: 1px solid white;
  93.     cursor: pointer;
  94.     position: absolute;
  95.     top: 0;
  96.     left: 0;
  97.     background: black;
  98. }
  99.  
  100. .spectrum-slider {
  101.     position: absolute;
  102.     top: 0;
  103.     cursor: pointer;
  104.     border: 1px solid black;
  105.     height: 4px;
  106.     left: -1px;
  107.     right: -1px;
  108. }
  109.  
  110. .spectrum-container .swatch {
  111.     width: 20px;
  112.     height:20px;
  113.     margin: 0;
  114. }
  115.